home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / Elan Performer v1.0 (1989-03)(Elan Design).7z / Elan Performer v1.0 (1989-03)(Elan Design).adf / s / PCD < prev    next >
Encoding:
AmigaDOS Script File  |  1988-01-25  |  206 b   |  12 lines

  1. .key dir
  2. IF "<dir>" EQ ""
  3. assign ofrom<$$>: ""
  4. cd from<$$>:
  5. assign from<$$>: ofrom<$$>:
  6. assign ofrom<$$>:
  7. ELSE
  8. assign from<$$>: ""
  9. cd <dir>
  10. ENDIF
  11. ; this is a CD script that remembers the previous directory
  12.